Redesign customer story cards, detail template & stories section#5018
Open
nenadmalic wants to merge 6 commits into
Open
Redesign customer story cards, detail template & stories section#5018nenadmalic wants to merge 6 commits into
nenadmalic wants to merge 6 commits into
Conversation
4 tasks
Contributor
☁️ Cloudflare Worker Preview Deployed!🔗 https://ks-5013-redesign-customer-story-c-docs.kestra-io.workers.dev ## 🔦 Lighthouse Benchmark
Scores (0–100, higher is better)
Core Web Vitals (lower is better)
Legend🟢 improved · 🔻 regressed · (blank) no significant change |
- New Card, FeaturedCarousel, Sidebar and KpiRotator components - Redesigned story detail template (KPIs, pull-quote, MDC body) - Add per-story logo icons (icon.svg) and update story content - Fix story bodies rendering blank: flatten logoIcon to .src in the detail route so the StoryDetail island can hydrate - Industry badges + sidebar-logo styling tuned for light/dark and image backgrounds
…uration - Story icons: Foundation, Riverside, Apple, Displayce; fix Dataport icon (missing 'o'); EU flag for Government IT Provider; pharmacy cross for Pharmacy Retailer; Víssimo uses full logo - Sidebar/card/carousel prefer logoIcon; sidebar-logo black background - KPI labels to sentence case; +10px row height; OT/IT <abbr>; v-html value - Split industry/industry2; two card chips; dropdown collects both - Curated featured carousel order (10 stories); clamp carousel nav at end - Industry badge + fix hydration: flatten logoIcon to .src in detail route
- FeaturedCarousel: on mobile, move prev/next arrows to the bottom row flanking the dots; add side margin to the mobile card - Software Provider industry → Cloud Provider - Region 'North America' → 'Americas' across 6 stories
8f951a1 to
a005d90
Compare
- Hero h1: color the closing period pink (#f62e76) - Card: wrap use-case/KPIs/footer in .card-bottom anchored with margin-top:auto so they stay bottom-aligned regardless of .card-short-desc height (fixes 3-column card breakage between 768-1100px)
Contributor
Author
|
@MilosPaunovic, @Pradumnasaraf or @iitzIrFan, I've made significant improvements to our customer stories pillar page based on stakeholder feedback. Could you please review it? If you need any additional information or context, feel free to reach out to me on Slack. |
Old /use-cases/stories listing 301-redirects to /customers (handled in redirects/use-cases.yml), so update the nav link to the canonical URL.
Pradumnasaraf
requested changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Redesign of the customer stories section: category/listing page, story cards, featured carousel, and the story detail template.
Note
Draft / preview only — not for merge yet. Opened to share a Cloudflare Workers preview with the team. Nothing goes live until/unless this is merged to `main`.
Changes
logoIconwas passed to the client island as a rawimage()object, which Astro can't serialize, breaking hydration. Now flattened to.srcin the detail route.Preview
🔗 https://ks-5013-redesign-customer-story-c-docs.kestra-io.workers.dev (available once the Publish to Cloudflare Workers check finishes)